home *** CD-ROM | disk | FTP | other *** search
/ Crossword Puzzles / Crossword Puzzle.iso / xwrd_cha / installc.bat < prev    next >
DOS Batch File  |  1996-09-15  |  931b  |  38 lines

  1. echo off
  2. cls
  3. echo This utility will install Crossword Challenge to your computer's
  4. echo hard disk drive C:
  5. echo.
  6. echo This utility will first create a new subdirectory C:\XWORD
  7. echo.
  8. echo If your computer does not have a hard disk drive, or
  9. echo if you wish to abort this installation, press CTRL+BREAK
  10. echo or CTRL+C now!
  11. echo.
  12. echo Else to install Crossword Challenge to C:\XWORD,
  13. pause
  14. md c:\xword
  15. cls
  16. echo Installing Crossword Challenge...
  17. echo.
  18. copy x*.* c:\xword
  19. cls
  20. c:
  21. cd c:\xword
  22. echo.
  23. echo Installation complete!
  24. echo.
  25. echo To begin Crossword Challenge from your hard disk in the future,
  26. echo here is what you will need to do...
  27. echo.
  28. echo 1) Change your directory to C:\XWORD
  29. echo 2) Then enter XWORD
  30. echo.
  31. echo Here are the exact DOS commands to perform (write this down):
  32. echo.
  33. echo C:
  34. echo CHDIR C:\XWORD
  35. echo XWORD
  36. echo.
  37. echo Try this now, and enjoy using Crossword Challenge...!
  38.